ComponentOne Xamarin.Android
SortDescriptions Property (C1CursorCollectionView<T,K>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1CursorCollectionView<T,K> Class : SortDescriptions Property
Gets the sort descriptions applied to the data.
Syntax
'Declaration
 
Public ReadOnly Property SortDescriptions As IReadOnlyList(Of SortDescription)
'Usage
 
Dim instance As C1CursorCollectionView(Of T,K)
Dim value As IReadOnlyList(Of SortDescription)
 
value = instance.SortDescriptions
public IReadOnlyList<SortDescription> SortDescriptions {get;}
See Also

Reference

C1CursorCollectionView<T,K> Class
C1CursorCollectionView<T,K> Members